home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK2.toast / Development Kits (Disc 2) / ScriptX / Code Samples / hotspots / rlovrshp.sx < prev   
Encoding:
Text File  |  1996-05-21  |  781 b   |  29 lines  |  [TEXT/ttxt]

  1. in module DemoModule
  2.  
  3. --*******************************************************************************
  4. --*        Class name:    RolloverShape
  5. --*                                            
  6. --*     Inherits from: TwoDShape and Rollover                                    
  7. --*        Class type: Concrete
  8. --*         Component: User Interface
  9. --*
  10. --*       Description: This class is an example of how to mix in the Rollover class
  11. --*                    with a TwoDShape.
  12. --*
  13. --*             Usage: rs := new RolloverShape exitBitmap:<some bitmap> \
  14. --*                                            enterBitmap:<some bitmap> 
  15. --*                    
  16. --*               IVs:    none        
  17. --*
  18. --*           Methods:    none
  19. --*                    
  20. --*    Required files:    rollover.sx
  21. --*                    
  22. --*             Notes: 
  23. --*
  24. --*            Author:    Su Quek - Kaleida Labs, Inc.
  25. --*******************************************************************************
  26. class RolloverShape (TwoDShape, Rollover)
  27. end
  28.  
  29.